3.2.9 \(\int (a+a \sec (c+d x)) (e \sin (c+d x))^{3/2} \, dx\) [109]

Optimal. Leaf size=154 \[ \frac {a e^{3/2} \text {ArcTan}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {a e^{3/2} \tanh ^{-1}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {2 a e^2 F\left (\left .\frac {1}{2} \left (c-\frac {\pi }{2}+d x\right )\right |2\right ) \sqrt {\sin (c+d x)}}{3 d \sqrt {e \sin (c+d x)}}-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d} \]

[Out]

a*e^(3/2)*arctan((e*sin(d*x+c))^(1/2)/e^(1/2))/d+a*e^(3/2)*arctanh((e*sin(d*x+c))^(1/2)/e^(1/2))/d-2/3*a*e^2*(
sin(1/2*c+1/4*Pi+1/2*d*x)^2)^(1/2)/sin(1/2*c+1/4*Pi+1/2*d*x)*EllipticF(cos(1/2*c+1/4*Pi+1/2*d*x),2^(1/2))*sin(
d*x+c)^(1/2)/d/(e*sin(d*x+c))^(1/2)-2*a*e*(e*sin(d*x+c))^(1/2)/d-2/3*a*e*cos(d*x+c)*(e*sin(d*x+c))^(1/2)/d

________________________________________________________________________________________

Rubi [A]
time = 0.14, antiderivative size = 154, normalized size of antiderivative = 1.00, number of steps used = 11, number of rules used = 11, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.478, Rules used = {3957, 2917, 2644, 327, 335, 218, 212, 209, 2715, 2721, 2720} \begin {gather*} \frac {a e^{3/2} \text {ArcTan}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {a e^{3/2} \tanh ^{-1}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {2 a e^2 \sqrt {\sin (c+d x)} F\left (\left .\frac {1}{2} \left (c+d x-\frac {\pi }{2}\right )\right |2\right )}{3 d \sqrt {e \sin (c+d x)}}-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + a*Sec[c + d*x])*(e*Sin[c + d*x])^(3/2),x]

[Out]

(a*e^(3/2)*ArcTan[Sqrt[e*Sin[c + d*x]]/Sqrt[e]])/d + (a*e^(3/2)*ArcTanh[Sqrt[e*Sin[c + d*x]]/Sqrt[e]])/d + (2*
a*e^2*EllipticF[(c - Pi/2 + d*x)/2, 2]*Sqrt[Sin[c + d*x]])/(3*d*Sqrt[e*Sin[c + d*x]]) - (2*a*e*Sqrt[e*Sin[c +
d*x]])/d - (2*a*e*Cos[c + d*x]*Sqrt[e*Sin[c + d*x]])/(3*d)

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 218

Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[-a/b, 2]], s = Denominator[Rt[-a/b, 2]]},
Dist[r/(2*a), Int[1/(r - s*x^2), x], x] + Dist[r/(2*a), Int[1/(r + s*x^2), x], x]] /; FreeQ[{a, b}, x] &&  !Gt
Q[a/b, 0]

Rule 327

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^n
)^(p + 1)/(b*(m + n*p + 1))), x] - Dist[a*c^n*((m - n + 1)/(b*(m + n*p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 335

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + b*(x^(k*n)/c^n))^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 2644

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rule 2715

Int[((b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(-b)*Cos[c + d*x]*((b*Sin[c + d*x])^(n - 1)/(d*n))
, x] + Dist[b^2*((n - 1)/n), Int[(b*Sin[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1] && Integ
erQ[2*n]

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 2721

Int[((b_)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*Sin[c + d*x])^n/Sin[c + d*x]^n, Int[Sin[c + d*x]
^n, x], x] /; FreeQ[{b, c, d}, x] && LtQ[-1, n, 1] && IntegerQ[2*n]

Rule 2917

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((d_.)*sin[(e_.) + (f_.)*(x_)])^(n_.)*((a_) + (b_.)*sin[(e_.) + (f_.)
*(x_)]), x_Symbol] :> Dist[a, Int[(g*Cos[e + f*x])^p*(d*Sin[e + f*x])^n, x], x] + Dist[b/d, Int[(g*Cos[e + f*x
])^p*(d*Sin[e + f*x])^(n + 1), x], x] /; FreeQ[{a, b, d, e, f, g, n, p}, x]

Rule 3957

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_.)*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.), x_Symbol] :> Int[(g*Co
s[e + f*x])^p*((b + a*Sin[e + f*x])^m/Sin[e + f*x]^m), x] /; FreeQ[{a, b, e, f, g, p}, x] && IntegerQ[m]

Rubi steps

\begin {align*} \int (a+a \sec (c+d x)) (e \sin (c+d x))^{3/2} \, dx &=-\int (-a-a \cos (c+d x)) \sec (c+d x) (e \sin (c+d x))^{3/2} \, dx\\ &=a \int (e \sin (c+d x))^{3/2} \, dx+a \int \sec (c+d x) (e \sin (c+d x))^{3/2} \, dx\\ &=-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d}+\frac {a \text {Subst}\left (\int \frac {x^{3/2}}{1-\frac {x^2}{e^2}} \, dx,x,e \sin (c+d x)\right )}{d e}+\frac {1}{3} \left (a e^2\right ) \int \frac {1}{\sqrt {e \sin (c+d x)}} \, dx\\ &=-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d}+\frac {(a e) \text {Subst}\left (\int \frac {1}{\sqrt {x} \left (1-\frac {x^2}{e^2}\right )} \, dx,x,e \sin (c+d x)\right )}{d}+\frac {\left (a e^2 \sqrt {\sin (c+d x)}\right ) \int \frac {1}{\sqrt {\sin (c+d x)}} \, dx}{3 \sqrt {e \sin (c+d x)}}\\ &=\frac {2 a e^2 F\left (\left .\frac {1}{2} \left (c-\frac {\pi }{2}+d x\right )\right |2\right ) \sqrt {\sin (c+d x)}}{3 d \sqrt {e \sin (c+d x)}}-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d}+\frac {(2 a e) \text {Subst}\left (\int \frac {1}{1-\frac {x^4}{e^2}} \, dx,x,\sqrt {e \sin (c+d x)}\right )}{d}\\ &=\frac {2 a e^2 F\left (\left .\frac {1}{2} \left (c-\frac {\pi }{2}+d x\right )\right |2\right ) \sqrt {\sin (c+d x)}}{3 d \sqrt {e \sin (c+d x)}}-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d}+\frac {\left (a e^2\right ) \text {Subst}\left (\int \frac {1}{e-x^2} \, dx,x,\sqrt {e \sin (c+d x)}\right )}{d}+\frac {\left (a e^2\right ) \text {Subst}\left (\int \frac {1}{e+x^2} \, dx,x,\sqrt {e \sin (c+d x)}\right )}{d}\\ &=\frac {a e^{3/2} \tan ^{-1}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {a e^{3/2} \tanh ^{-1}\left (\frac {\sqrt {e \sin (c+d x)}}{\sqrt {e}}\right )}{d}+\frac {2 a e^2 F\left (\left .\frac {1}{2} \left (c-\frac {\pi }{2}+d x\right )\right |2\right ) \sqrt {\sin (c+d x)}}{3 d \sqrt {e \sin (c+d x)}}-\frac {2 a e \sqrt {e \sin (c+d x)}}{d}-\frac {2 a e \cos (c+d x) \sqrt {e \sin (c+d x)}}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.38, size = 170, normalized size = 1.10 \begin {gather*} \frac {a (e \sin (c+d x))^{3/2} \left (12 \text {ArcTan}\left (\sqrt {\sin (c+d x)}\right )+6 \tanh ^{-1}\left (\sqrt {\sin (c+d x)}\right )-8 F\left (\left .\frac {1}{4} (-2 c+\pi -2 d x)\right |2\right )-3 \log \left (1-\sqrt {\sin (c+d x)}\right )+3 \log \left (1+\sqrt {\sin (c+d x)}\right )-24 \sqrt {\sin (c+d x)}-8 \cos (c+d x) \sec (2 (c+d x)) \sqrt {\sin (c+d x)}+16 \cos (c+d x) \sec (2 (c+d x)) \sin ^{\frac {5}{2}}(c+d x)\right )}{12 d \sin ^{\frac {3}{2}}(c+d x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + a*Sec[c + d*x])*(e*Sin[c + d*x])^(3/2),x]

[Out]

(a*(e*Sin[c + d*x])^(3/2)*(12*ArcTan[Sqrt[Sin[c + d*x]]] + 6*ArcTanh[Sqrt[Sin[c + d*x]]] - 8*EllipticF[(-2*c +
 Pi - 2*d*x)/4, 2] - 3*Log[1 - Sqrt[Sin[c + d*x]]] + 3*Log[1 + Sqrt[Sin[c + d*x]]] - 24*Sqrt[Sin[c + d*x]] - 8
*Cos[c + d*x]*Sec[2*(c + d*x)]*Sqrt[Sin[c + d*x]] + 16*Cos[c + d*x]*Sec[2*(c + d*x)]*Sin[c + d*x]^(5/2)))/(12*
d*Sin[c + d*x]^(3/2))

________________________________________________________________________________________

Maple [A]
time = 0.20, size = 154, normalized size = 1.00

method result size
default \(\frac {a \,e^{\frac {3}{2}} \arctanh \left (\frac {\sqrt {e \sin \left (d x +c \right )}}{\sqrt {e}}\right )+a \,e^{\frac {3}{2}} \arctan \left (\frac {\sqrt {e \sin \left (d x +c \right )}}{\sqrt {e}}\right )-2 a e \sqrt {e \sin \left (d x +c \right )}-\frac {a \,e^{2} \left (\sqrt {-\sin \left (d x +c \right )+1}\, \sqrt {2 \sin \left (d x +c \right )+2}\, \left (\sqrt {\sin }\left (d x +c \right )\right ) \EllipticF \left (\sqrt {-\sin \left (d x +c \right )+1}, \frac {\sqrt {2}}{2}\right )-2 \left (\sin ^{3}\left (d x +c \right )\right )+2 \sin \left (d x +c \right )\right )}{3 \cos \left (d x +c \right ) \sqrt {e \sin \left (d x +c \right )}}}{d}\) \(154\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sec(d*x+c))*(e*sin(d*x+c))^(3/2),x,method=_RETURNVERBOSE)

[Out]

(a*e^(3/2)*arctanh((e*sin(d*x+c))^(1/2)/e^(1/2))+a*e^(3/2)*arctan((e*sin(d*x+c))^(1/2)/e^(1/2))-2*a*e*(e*sin(d
*x+c))^(1/2)-1/3*a*e^2*((-sin(d*x+c)+1)^(1/2)*(2*sin(d*x+c)+2)^(1/2)*sin(d*x+c)^(1/2)*EllipticF((-sin(d*x+c)+1
)^(1/2),1/2*2^(1/2))-2*sin(d*x+c)^3+2*sin(d*x+c))/cos(d*x+c)/(e*sin(d*x+c))^(1/2))/d

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*sin(d*x+c))^(3/2),x, algorithm="maxima")

[Out]

e^(3/2)*integrate((a*sec(d*x + c) + a)*sin(d*x + c)^(3/2), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 10.86, size = 221, normalized size = 1.44 \begin {gather*} \frac {4 \, \sqrt {2} \sqrt {-i} a e^{\frac {3}{2}} {\rm weierstrassPInverse}\left (4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + 4 \, \sqrt {2} \sqrt {i} a e^{\frac {3}{2}} {\rm weierstrassPInverse}\left (4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right ) + 6 \, a \arctan \left (-\frac {2 \, {\left (76 \, \cos \left (d x + c\right )^{2} - 425 \, {\left (\sin \left (d x + c\right ) - 1\right )} \sqrt {\sin \left (d x + c\right )} - 152 \, \sin \left (d x + c\right ) - 152\right )}}{361 \, \cos \left (d x + c\right )^{2} + 978 \, \sin \left (d x + c\right ) - 722}\right ) e^{\frac {3}{2}} + 3 \, a e^{\frac {3}{2}} \log \left (\frac {\cos \left (d x + c\right )^{2} - 4 \, {\left (\sin \left (d x + c\right ) + 1\right )} \sqrt {\sin \left (d x + c\right )} - 6 \, \sin \left (d x + c\right ) - 2}{\cos \left (d x + c\right )^{2} + 2 \, \sin \left (d x + c\right ) - 2}\right ) - 8 \, {\left (a \cos \left (d x + c\right ) e^{\frac {3}{2}} + 3 \, a e^{\frac {3}{2}}\right )} \sqrt {\sin \left (d x + c\right )}}{12 \, d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*sin(d*x+c))^(3/2),x, algorithm="fricas")

[Out]

1/12*(4*sqrt(2)*sqrt(-I)*a*e^(3/2)*weierstrassPInverse(4, 0, cos(d*x + c) + I*sin(d*x + c)) + 4*sqrt(2)*sqrt(I
)*a*e^(3/2)*weierstrassPInverse(4, 0, cos(d*x + c) - I*sin(d*x + c)) + 6*a*arctan(-2*(76*cos(d*x + c)^2 - 425*
(sin(d*x + c) - 1)*sqrt(sin(d*x + c)) - 152*sin(d*x + c) - 152)/(361*cos(d*x + c)^2 + 978*sin(d*x + c) - 722))
*e^(3/2) + 3*a*e^(3/2)*log((cos(d*x + c)^2 - 4*(sin(d*x + c) + 1)*sqrt(sin(d*x + c)) - 6*sin(d*x + c) - 2)/(co
s(d*x + c)^2 + 2*sin(d*x + c) - 2)) - 8*(a*cos(d*x + c)*e^(3/2) + 3*a*e^(3/2))*sqrt(sin(d*x + c)))/d

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*sin(d*x+c))**(3/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 3006 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*sin(d*x+c))^(3/2),x, algorithm="giac")

[Out]

integrate((a*sec(d*x + c) + a)*(e*sin(d*x + c))^(3/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int {\left (e\,\sin \left (c+d\,x\right )\right )}^{3/2}\,\left (a+\frac {a}{\cos \left (c+d\,x\right )}\right ) \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*sin(c + d*x))^(3/2)*(a + a/cos(c + d*x)),x)

[Out]

int((e*sin(c + d*x))^(3/2)*(a + a/cos(c + d*x)), x)

________________________________________________________________________________________